home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / graphics / 3dvect30.arj / TGA2ICON.ARJ / ALC1.BAT next >
DOS Batch File  |  1993-06-29  |  201b  |  7 lines

  1. rem first convert into 16 colour (by using gif)
  2. alchemy -o -g -c17 -z0 %1.tga
  3. rem now convert back to tga, 24 bit
  4. alchemy -o -a -24 %1.gif
  5. rem now convert to assembley file
  6. tga2icon %1.tga -a16
  7.